home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Testing / hex_tests / pat=set3=newcolor.hex < prev    next >
Text File  |  1995-06-12  |  2KB  |  41 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 0011 02FF                        % verson
  6. 0001 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 0030 0000 0000 00FF 00FF        % draw bounding rect
  8.  
  9. %
  10. %    Use new-style colors
  11. %
  12. 001A    0000 0000 FFFf    % background color (blue)
  13. 001B    FFFf FFFf 0000    %  foreground color (yellow)
  14.  
  15. %
  16. %    Patterns
  17. %
  18. 0002 0008 142A 552A 1408        % back pat (grey diamonds)
  19. 0009 7789 8f8f 7798 f8f8            % pen pat (the black dimpled circles one)
  20. 000A 8244 3944 8201 0101        % fill pat
  21.  
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23. %
  24. %    This test seeks to demonstrate that lines and text deal as they
  25. %    should with patterns.  It also has room for other additions.
  26. %
  27. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. % Draw a normal line
  30. 0020 0010 0010  0020 00F0  
  31.  
  32. % set a thick pen size
  33. 0007 0010 0008
  34.  
  35. % Draw a thick line
  36. 0020 0020 0010 0030 00F0
  37.  
  38. 0028 0070 0010 (This is a simple line of text DOES IT GET PATTERNS?)
  39.  
  40. 00FF    % end
  41.